ConfigClangTidy

Configuration options only relevant for clang-tidy.

Members

Variables

applyFixit
bool applyFixit;

Apply fix hints.

applyFixitErrors
bool applyFixitErrors;

Apply fix hints even though they result in errors.

binary
string binary;

The clang-tidy binary to use.

checks
string[] checks;

Checks to toggle on/off

headerFilter
string headerFilter;

Argument to the filter parameter

options
string[] options;

Arguments to be baked into the checks parameter

Meta